home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-05-03 | 606 b | 19 lines |
- #
- # Imakefile for lds, by Ron Record
- #
- # Uncomment the following line if your Mips libm.a has a broken acos
- # MIPSLIB = ../lib/libMips.a
- DEPLIBS = $(DEPXLIB)
- LOCAL_LIBRARIES = ../lib/libXrr.a $(XLIB)
- SYS_LIBRARIES = $(MIPSLIB) -lm
- INCLUDES = -I. -I../lib -I$(TOP)/lib -I/usr/include/X11
- SRCS = lds.c graf.c init.c key.c parseargs.c gen.c \
- file.c main.c
- OBJS = lds.o graf.o init.o key.o parseargs.o gen.o \
- file.o main.o
-
- ComplexProgramTarget(lds)
-
- InstallProgram(lds, /usr/games/X11)
- InstallManPage(lds, /usr/games/X11/doc)
-